home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / text / hyper / AF_HTMLCap.lha / HTMLCap.readme < prev   
Text File  |  1997-07-09  |  4KB  |  160 lines

  1. Short:    HTMLCap V1.2, makes HTML-Tags LOWER/UPPERCASE
  2. Author:   Andreas Frank <afrank@mailserv.rz.fh-muenchen.de>
  3. Uploader: Andreas Frank <afrank@mailserv.rz.fh-muenchen.de>
  4. Type:     text/hyper
  5. Requires: KS2.0
  6. Replaces: AF-HTMLCap.lha
  7. Long:
  8.  
  9. -------------------
  10. What's new in V1.2?
  11. -------------------
  12.  
  13. Some people wanted me to do an option to lower the letters instead
  14. of uppering them. Well, errm, here it is: HTMLLow!
  15. As you can see, this is isn't just an option, it's a new program.
  16. I was to lazy to program a shell argument for that.
  17. So I only had to change 3 values ;-)
  18. In future versions I WILL melt both progs together of course.
  19.  
  20. The HTML-File size isn't limited to 32KByte anymore.
  21. Current limit is 2GByte (which means your free memory is the limit),
  22. which will do for most purposes ;).
  23.  
  24. HTMLCap now outputs how many tags it found and how many letters
  25. have actually been changed.
  26.  
  27. Patternmatching is not implemented yet, sorry.
  28.  
  29. But it's quite speedy now:
  30. I testet a file with 132 KByte and 989 tags.
  31. HTMLCap converted it in less than 2 seconds (on my 68040@25MHz)
  32. including loading and saving, where it changed 2239 chars.
  33.  
  34. I'm thinking about putting the converting routines into assembler
  35. to speed it up even more.
  36.  
  37. -----------
  38. What is it?
  39. -----------
  40.  
  41. HTMLCap is a tiny little tool that makes the tags in your
  42. HTML-Documents uppercase.
  43.  
  44. Other Text, e.g. filenames, arguments, plain text and other stuff
  45. won't be touched.
  46.  
  47. For example:
  48.  
  49. <html>
  50. <head>
  51. <TiTle>
  52. This is the title, which is not changed!
  53. </TiTLE>
  54. <BoDY>
  55. Other Body text isn't changed either
  56. <img src="http://URL's are not changed" alt="No Change here!">
  57. </BODY>
  58. </hEad>
  59. </HTML>
  60.  
  61. is changed to:
  62.  
  63. <HTML>
  64. <HEAD>
  65. <TITLE>
  66. This is the title, which is not changed!
  67. </TITLE>
  68. <BODY>
  69. Other Body text isn't changed either
  70. <IMG SRC="http://URL's are not changed" ALT="No Change here!">
  71. </BODY>
  72. </HEAD>
  73. </HTML>
  74.  
  75. Looks much nicer, doesn't it?
  76.  
  77.  
  78. ----------
  79. How to use
  80. ----------
  81.  
  82. Copy it where you want. Preferably to C:
  83. Actually, HTMLCap is a CLI-Command, so use it like this:
  84.  
  85. 1.> HTMLCap [foo.html] [foo2.html] [foo3.html] ....
  86.  
  87. Be careful! Make a backup of your HTML-documents before using
  88. this program!
  89. HTMLCaps overwrites your old file with the corrected one!
  90. Though it seems to work perfectly, noone knows... it could
  91. destroy your work (perhaps).
  92. Patternmatching is not working at the moment.
  93.  
  94.  
  95. ----
  96. Bugs
  97. ----
  98.  
  99. I couldn't find any yet, but I'm sure HTMLCap will behave strange
  100. when you try to convert HTML-Files with corrupt tags, e.g.
  101. missing "<" or ">" or an odd number of """.
  102.  
  103. If you find any bugs, please report them to me (EMail see below).
  104. Include your hard- and software configuration.
  105.  
  106.  
  107. ------------------------
  108. Does this cost anything?
  109. ------------------------
  110.  
  111. Of course not. Distribute freely.
  112. HTMLCap is ©1997 Andreas Frank.
  113. I stopped programming when changing from C64 to Amiga, so
  114. this is my first ever written program on the Amiga.
  115. It is written in AmigaE.
  116. This program was intended to make me familiar with E and
  117. all the Amiga programming stuff and it did a good job with this!
  118.  
  119.  
  120. ----------------------------
  121. You have to do the following
  122. ----------------------------
  123.  
  124. Send me an EMail, if you use and like this proggy.
  125. Also, visit my Homepage and sign my Guestbook.
  126. (Adresses see below)
  127. Furthermore, I would be glad, if you sent me a postcard
  128. (yes, those little rectangle paper thingies) picturing
  129. your hometown or anything.
  130.  
  131. It would be nice, if you mention me and my little proggy on
  132. HTML-pages which you optimized with HTMLCap.
  133. Feel free to put up a link there:
  134. <A HREF="http://www.tir.baynet.de/mitglieder/afrank/" TARGET="_top">
  135.  
  136.  
  137. -----------------
  138. How to contact me
  139. -----------------
  140.  
  141.              Andreas Frank
  142.  
  143. SnailMail:   Schwalbachweg 16
  144.              D-95666 Mitterteich
  145.              Germany
  146. Fax:         ++49-(0)9633-91289
  147. EMail:       afrank@mailserv.rz.fh-muenchen.de
  148. WWW:         http://www.tir.baynet.de/mitglieder/afrank
  149.              http://www.mediaspace.net
  150.  
  151.  
  152. ----------
  153. Disclaimer
  154. ----------
  155. Use this piece of software on your own risk.
  156. I cannot be made responsible for ANYTHING.
  157. Especially not for HTMLCap deleting or destroying your data.
  158. If you don't like this, DON'T USE THIS SOFTWARE!
  159.  
  160. (C)opyright 1997 Andreas Frank.